XYZ_PARAM_SCRATCH_PAD

Description

Active element that displays nothing but lets you control three parameters at the same time: one for the horizontal movements (x), one for the vertical movements (y), and one for a virtual 3rd dimension, controlled by the mouse wheel and '+' and '-' keys. The values of the parameters are incremented/decremented depending on the 'scratches' (push button/drag/release button) done with the mouse.

Common Attributes

This particular control supports the common widget attributes. It also has the attributes common to all param control widgets and param widgets, but with a 'x_', 'y_' or 'z_' prefix for each dimension. Note that only one dimension is mandatory (you do not need to connect all parameters, you can use for example the x and y controls only).

Specific Attributes
Name Value Type Default Value Description Comment V.

x_pixel_range

Positive integer

40

Range of the mouse movements to change the parameter value for the x dimension.

Use a larger value to improve precision of the mouse and smaller values to reduce the mouse movements necessary to change the parameter value.

1.2.5

y_pixel_range

Positive integer

40

Range of the mouse movements to change the parameter value for the y dimension.

Use a larger value to improve precision of the mouse and smaller values to reduce the mouse movements necessary to change the parameter value.

1.2.5

z_pixel_range

Positive integer

40

Range of the mouse movements (mouse_wheel) to change the parameter value for the y dimension.

Use a larger value to improve precision of the mouse wheel and smaller values to reduce the mouse movements necessary to change the parameter value.

1.2.5